home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProPhone 1994 Q1
/
ProPhone 1994 Q1.iso
/
install.dat
< prev
next >
Wrap
Text File
|
1994-02-18
|
1KB
|
77 lines
@DefineProject
@Name = "ProPhone"
@Version = "3.1g"
@OutDrive = C
@Subdir = "\\PROPHONE"
@Immediate= 1
@EndProject
@Display
@Cls
Welcome to @Name!
This program will install the software necessary to access
@name. The software will occupy less than one MB of your
hard disk space.
@Pause
@EndDisplay
@GetOutDrive
Where would you like to install @Name?
@EndOutDrive
@GetSubdir
Which directory would you like to have @Name installed to?
@Prompt = "Which directory ('Enter' = @Subdir)?"
@EndSubdir
@SetAutoExec
@AskOverwrite
@Path="@OutDrive:\\@SubDir;"
@EndAutoExec
@DefineDisk
@Label = "CD-ROM"
@File PROPHONE.EXE
// @File WINPHONE.EXE //
@File STATE.ASC
@File AREA.ASC
@File BUSINESS.ASC
@File SIC.ASC
@File PROPHONE.OPN
@File PROPHONE.HLP
@File CAREA.ASC
@File PROVINCE.ASC
@EndDisk
// Create a new group and add the WinPhone to the Group. //
@DefineVars
@Qstring @WinPhone ="@Outdrive:\\@Subdir\\Winphone.EXE"
@Qstring @ProDemo ="@Indrive:\\Prodemo.EXE"
@EndVars
@Finish
@If (@Exists(@ProDemo))
@ProgramManager("[CreateGroup(@Name)][AddItem(@WinPhone)] [AddItem(@ProDemo)]")
@Else
@ProgramManager("[CreateGroup(@Name)][AddItem(@WinPhone)]")
@EndIf
@ChDrive(@OutDrive)
@ChDir("@SubDir")
@Cls
The Installation of ProPhone is complete! To run ProPhone
press the <Enter> key and then type PROPHONE from the
DOS prompt.
@Pause
@EndFinish